home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / itc / gcc / output.h < prev    next >
Encoding:
Text File  |  1989-08-30  |  630 b   |  25 lines

  1. /* Declarations for insn-output.c.
  2.    These functions are defined in recog.c.  */
  3.  
  4. /* Operand-predicate functions.  */
  5. int general_operand ();
  6. int push_operand ();
  7. int memory_operand ();
  8. int indirect_operand ();
  9. int immediate_operand ();
  10. int register_operand ();
  11. int address_operand ();
  12. int nonmemory_operand ();
  13. int nonimmediate_operand ();
  14.  
  15. int offsetable_address_p ();
  16. rtx adj_offsetable_operand ();
  17.  
  18. /* Output a string of assembler code.
  19.    Defined in final.c.  */
  20. void output_asm_insn();
  21.  
  22. /* When outputting assembler code, indicates which alternative
  23.    of the constraints was actually satisfied.  */
  24. int which_alternative;
  25.